Uploaded image for project: 'Maven Release Plugin'
  1. Maven Release Plugin
  2. MRELEASE-902

release:prepare fails on Windows since Maven-3.3.x

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.5.1
    • 2.5.2
    • prepare
    • None
    • Windows OS

    Description

      The issue seems related to MSHARED-413 as the maven-release-plugin depends on maven-invoker-2.1

      Possible Fix
      Depends on maven-invoker-2.2

      Current workaround
      Force usage of maven-invoker-2.2 as described in http://mail-archives.apache.org/mod_mbox/maven-announce/201503.mbox/%3Cop.xv0to7ugkdkhrr@robertscholte.dynamic.ziggo.nl%3E

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <version>2.5.1</version>
        <dependencies>
          <dependency>
            <groupId>org.apache.maven.shared</groupId>
            <artifactId>maven-invoker</artifactId>
            <version>2.2</version>
          </dependency>
        </dependencies>
      </plugin>
      

      Attachments

        Issue Links

          Activity

            People

              rfscholte Robert Scholte
              redfish4ktc Thomas Bouffard
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: